home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / Amos / AMOSList-1097 / AMOSLIST / text0032.txt < prev    next >
Encoding:
Text File  |  1998-06-24  |  1.7 KB  |  51 lines

  1. Hi Jace,
  2.  
  3. #On 03-Oct-97, Hayman J wrote:#
  4. >I need to create a boot disk to boot my project of my hard drive. I've   
  5. >done this once before and I know I needed the following folders...
  6.  
  7. I`ve just been doing this myself with my Monty game. I`ve also had 
  8. problems booting up on 1.3 but now boots up perfectly.
  9.  
  10. >C
  11.  
  12. You dont really need this drawer, its basically only there to hold
  13. Commands. If you want you can put any executable in the root drawer but
  14. this just makes things untidy.
  15.  
  16. >S
  17.  
  18. Like you said this drawer is only really used for the startup-sequence.
  19. Some proggys make prefs files here but that mainly for app proggys.
  20.  
  21. >Libs
  22.  
  23. This drawer is pretty obvious. Just copy over any libs you may need to
  24. use. For example copy over the math librarys if your using any of the
  25. math commands and copy over the diskfont.library if your using any
  26. font reading. But remember to copy the correct versions of these
  27. librarys because newer versions will make the executable bug out on 1.3
  28. (as I already know :(  Cheers Andy)
  29.  
  30. Another drawer you forgot is the L drawer. This is used for certain 
  31. handlers. If your using certain ports or drives. For example copy over
  32. the ram-handler if your using the ram: disk.
  33.  
  34. >Has anyone made a working boot disk?
  35.  
  36. Yep I have, and its working perfectly now (havent I said that before ?)
  37.  
  38. Hope this helps Jace,
  39.  
  40. Anthony Sherratt
  41. -- 
  42.  ÷    _       ____ ÷ ____`------------------------------------------'
  43.      /.\  ÷  / __/  / __,\      *http://www.talk-101.com/users/asp*
  44.   ,_/ ¡_\_ _/__ \_ /  ___/  O°····································°O
  45.  ,_____/  Y_      Y_  ¡  ·  o   #Monty The Wolf - OUT VERY SOON#     o
  46.   |   ¡   ( ) |   (_) | -÷- Oo....................................oO
  47.   :   :   *DESIGN*  :   :  ·
  48.  
  49.  
  50.  
  51.